const github.com/andybalholm/brotli.windowGap
8 uses
github.com/andybalholm/brotli (current package)
compress_fragment.go#L498: const kInputMarginBytes uint = windowGap
compress_fragment_two_pass.go#L252: const kInputMarginBytes uint = windowGap
constants.go#L73: const windowGap = 16
constants.go#L76: return (uint(1) << W) - windowGap
decode.go#L2176: s.max_backward_distance = (1 << s.window_bits) - windowGap
encode.go#L715: var max_backward_distance uint64 = ((uint64(1)) << s.params.lgwin) - windowGap
h10.go#L231: var max_backward uint = h.window_mask_ - windowGap + 1
h10.go#L268: var max_backward uint = h.window_mask_ - brotli_max_size_t(windowGap-1, position-i)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |